From: | John Mason |
Date: | 3 Sep 99 at 00:44:10 |
Subject: | Re: MUI (don't bin it yet ;) |
On Fri, 3 Sep 1999, Gaz Griffiths wrote:
> Hi,
I've made a radical decision. I'm gunna attempt to start programming MUI apps
;)
Oh no! :)
>Attached is my VERY FIRST attempt at an MUI prog. So don't laff at it =]
>How do I get it to only disply the MUIRequest when you click the button??
>The bastard just pops up by iteself repeatedly.
Well, I think I see the problem -- you're defining #clickhit as 0. So,
when you reach your Select statement, it's still set to 0. You
check the value of the event, which will be 0 if nothing happens. And,
since #clickhit is 0, the #clickhit case gets executed! :) Does that make
sense? I think that's your problem, but I could be missing something.
Hope this helps,
John Mason -- ICQ 17931257
http://chebucto.ns.ca/~ah210/Profile.html
Home of NewStuff and Reminder!
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie